home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000007_news@columbia.edu _Tue Jul 16 14:59:16 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id OAA15623 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 16 Jul 1996 14:59:16 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id OAA04215 for kermit.misc@watsun; Tue, 16 Jul 1996 14:59:14 -0400 (EDT)
  4. Path: news.columbia.edu!panix!imci5!imci4!newsfeed.internetmci.com!news.mathworks.com!zombie.ncsc.mil!admaix.sunydutchess.edu!news.acsu.buffalo.edu!news.drenet.dnd.ca!crc-news.doc.ca!nott!bcarh189.bnr.ca!nrtphba6.bnr.ca!brtph500.bnr.ca!news
  5. From: "Robert L. Mohrmann" <cmrlm07@nt.com>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: HELP: Can input be saved to a variable?
  8. Date: Tue, 16 Jul 1996 14:01:54 -0400
  9. Organization: Northern Telecom
  10. Lines: 17
  11. Message-ID: <31EBD912.30C@nt.com>
  12. NNTP-Posting-Host: n1pph72b.bnr.ca
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. Content-Transfer-Encoding: 7bit
  16. X-Mailer: Mozilla 2.0 (X11; I; HP-UX A.09.03 9000/712)
  17.  
  18. I've got UNIX version 5A(188)
  19.  
  20. Is there a way to save incoming characters on
  21. a communication line to a variable?
  22.  
  23. I already know about:
  24.  
  25. OPEN READ <filename>
  26. READ \%a
  27.  
  28. Is there something like:
  29.  
  30. INPUTVAR \%a <seconds> <prompt>
  31.  
  32. ?
  33.  
  34. Thanks in advance for any help.